home *** CD-ROM | disk | FTP | other *** search
/ Get On The Internet / Get on the Internet.iso / tutorial / ptwin / les4 / les4.cmd < prev   
Encoding:
Text File  |  1995-03-08  |  31.1 KB  |  1,073 lines

  1. init ;
  2.         winpos 0 0 ;
  3.         winsize 640 480 ;
  4.         config __development 0 ;
  5.         config __removeclear 0 ;
  6.         config __fullscreen 1 ;
  7.         config __tipespeed 15 ;
  8.         config clock 302 ;
  9.         config __lessontitle "Lesson 4 Menu" ;
  10. endinit ;
  11.  
  12. function "map1" ;
  13.         clearmapscreen ;
  14.         mapscreen 0 40 40 40 text2 14 440 "Click Here For Help" ;
  15.         mapscreen 40 40 40 40 text2 14 440 "Read Electronic Mail" ;
  16.         mapscreen 80 40 40 40 text2 14 440 "Send Electronic Mail" ;
  17.         mapscreen 120 40 40 40 text2 14 440 "Browse the World Wide Web - Global Hypertext Information" ;
  18.         mapscreen 160 40 40 40 text2 14 440 "Browse Gopher - Global Information Menus" ;
  19.         mapscreen 200 40 40 40 text2 14 440 "Read Netnews Newsgroups" ;
  20.         mapscreen 240 40 40 40 text2 14 440 "Post to Netnews Newsgroups" ;
  21.         mapscreen 280 40 40 40 text2 14 440 "FTP File Transfer" ;
  22.         mapscreen 320 40 40 40 text2 14 440 "Telnet - Log Into Remote Computers" ;
  23.         mapscreen 360 40 40 40 text2 14 440 "Finger - Look Up User Information On Internet Systems" ;
  24.         mapscreen 400 40 40 40 text2 14 440 "IRC - Chat With Internet Users All Over The World" ;
  25.         enablescreenmap ;
  26. endfunction ;
  27.  
  28. function "map3" ;
  29.         mapscreen 8 81 37 37 text2 14 440 "Post a followup to current article." ;
  30.         mapscreen 45 81 37 37 text2 14 440 "Reply to current article." ;
  31.         mapscreen 83 81 37 37 text2 14 440 "Forward current article." ;
  32.         mapscreen 121 81 37 37 text2 14 440 "Save current article." ;
  33.         mapscreen 480 81 37 37 text2 14 440 "Subscribe or unsubscribe to the current newsgroup." ;
  34.         mapscreen 518 81 37 37 text2 14 440 "Read next selected article." ;
  35.         mapscreen 556 81 37 37 text2 14 440 "Leave current article selected, and read next selected article." ;
  36.         mapscreen 594 81 37 37 text2 14 440 "Go to next newsgroup." ;
  37.         enablescreenmap ;
  38. endfunction ;
  39.  
  40. segment "main" 0 ;
  41.     chainseg "seg_00" ;
  42. endseg ;
  43.  
  44. segment "seg_00" 1 ;
  45.         menuitem "Lesson Introduction" ;
  46.         startimg "tr.pcf" 0 0 ;
  47.         config __textcolor darkcyan ;
  48.         text "tx0a" 222 39 390 23 "~f05Lesson 4:  Working with UseNet Newsgroups" ;
  49.         config __textcolor darkred ;
  50.         text "tx0" 337 69 120 33 "~f27Welcome" ;
  51.         config __textcolor medblue ;
  52.         text "tx1" 307 140 177 23 "~f26In this lesson you will:" ;
  53.         startbullet 219 180 379 250 ;
  54.         bullet "b1" 1 0 "Learn what UseNet Newsgroups are" ;
  55.         bullet "b2" 1 6 "Read articles posted to a Newsgroup" ;
  56.         bullet "b3" 1 12 "Join a Newsgroup" ;
  57.         bullet "b4" 1 18 "Learn about the rules of Netiquette" ;
  58.         bullet "b5" 1 24 "Reply to a Newsgroup article" ;
  59.         bullet "b6" 1 30 "Explore some interesting Newsgroups" ;
  60.         startavi "l4s.avi" "jnk1.vcw" 15 78 ;
  61.         status "Click to continue..." ;
  62.         anykeymouse 31 ;
  63.         status ;
  64.         clrscr ;
  65.         endimg ;
  66.         endavi ;
  67.     chainseg "seg_01" ;
  68. endseg ;
  69.  
  70. segment "seg_01" 1 ;
  71.         menuitem "What are Newsgroups?" ;
  72.         startimg "blackbd.pcf" 0 0 ;
  73.         config __textcolor darkcyan ;
  74.         text "tx0" 227 76 186 22 "~f26What are Newsgroups?" ;
  75.         startaud "net_4_1.wav" "net_4_1.vcw" 0 ;
  76.     frame ;
  77.         startbullet 80 100 450 270 ;
  78.         config __bullettextcolor white ;
  79.         bullet "b1" 1 0 "UseNet Newsgroups allow you to ask questions and share ideas with other members of a group." ;
  80.     frame ;
  81.         bullet "b2" 1 7 "There are over 8,000 newsgroups on the Internet, covering a variety of topics." ;
  82.     frame ;
  83.         bullet "b3" 1 14 "For example:" ;
  84.         bullet "b4" 2 17 "C++ programming newsgroup" ;
  85.         bullet "b5" 2 20 "Aquaria newsgroup" ;
  86.         bullet "b6" 2 23 "Bicycle newsgroups" frame ;
  87.     frame ;
  88.         pauseaud ;
  89.         status "Click to continue..." ;
  90.         anykeymouse 17 ;
  91.         status ;
  92.         clrscr ;
  93.         text "tx0" 259 74 186 22 "~f26Newsgroup Names" ;
  94.         resumeaud ;
  95.     frame ;
  96.         startbullet 80 100 484 270 ;
  97.         bullet "b8" 1 0 "Newsgroup names follow a naming convention:" ;
  98.         config __textcolor white ;
  99.         text "tx4" 247 131 165 26 "~f06rec.autos.antique" ;
  100.     frame ;
  101.         config __boxcolor green ;
  102.         box "bx6" 244 133 35 21 ;
  103.         config __arrowtoken 2 ;
  104.         config __arrowcolor green ;
  105.         arrow "a6" 238 142 2 ;
  106.         config __textfont 3 ;
  107.         config __textcolor green ;
  108.         text "tx6" 106 129 110 41 "Identifies a general category" ;
  109.         touch "tx4" "b8" ;
  110.     frame ;
  111.         text "tx7" 106 172 173 120 "biz = business ~ncomp = computers ~nnews = general news ~nrec = recreational ~nsci = scientific ~nsoc = social ~ntalk = debate oriented ~nmisc = other groups" ;
  112.     frame ;
  113.         pauseaud ;
  114.         status "Click to continue..." ;
  115.         anykeymouse 17 ;
  116.         status ;
  117.         resumeaud ;
  118.     frame ;
  119.         config __textcolor darkyellow ;
  120.         text "tx8" 106 285 140 18 "alt = alternative" ;
  121.     frame ;
  122.         config __boxcolor darkcyan ;
  123.         box "bx9" 282 133 52 21 ;
  124.         config __arrowcolor darkcyan ;
  125.         arrow "a9" 307 157 1 ;
  126.         config __textcolor darkcyan ;
  127.         text "tx9" 260 178 89 66 "Identifies a primary subject area" ;
  128.         touch "tx4" ;
  129.     frame ;
  130.         config __boxcolor darkred ;
  131.         box "bx10" 338 133 71 21 ;
  132.         config __arrowcolor darkred ;
  133.         arrow "a10" 372 157 1 ;
  134.         config __textcolor darkred ;
  135.         text "tx10" 350 178 95 59 "Identifies a secondary subject area" ;
  136.         touch "tx4" ;
  137.     frame ;
  138.         bullet "b11" 1 36 "Newsgroup names can have many levels, such as \"comp.os.mswindows.apps.wordproc\"" ;
  139.     frame ;
  140.         pauseaud ;
  141.         status "Click to continue..." ;
  142.         anykeymouse 17 ;
  143.         status ;
  144.         clrscr ;
  145.         endimg ;
  146.         endaud ;
  147.     chainseg "seg_02" ;
  148. endseg ;
  149.  
  150. segment "seg_02" 1 ;
  151.         menuitem "Reading Newsgroup Articles" ;
  152.         startimg "l4_seg2.pcf" 0 0 ;
  153.         call "map1" ;
  154.         startaud "net_4_2.wav" "net_4_2.vcw" 0 ;
  155.     frame ;
  156.         config __arrowcolor darkgreen ;
  157.         arrow "a1" 222 82 1 ;
  158.     frame ;
  159.         pauseaud ;
  160.         status "Click the \"Read Netnews Newsgroups\" button." ;
  161.         imouse 1 200 40 40 40 ;
  162.         status ;
  163.         clrscr ;
  164.         nextimg ;
  165.         disablescreenmap ;
  166.         resumeaud ;
  167.     frame ;
  168.         config __arrowcolor darkred ;
  169.         arrow "a3" 263 169 4 ;
  170.     frame ;
  171.         pauseaud ;
  172.         status "Double-click \"news.announce.newusers\"." ;
  173.         imouse 4 107 161 348 17 ;
  174.         status ;
  175.         clrscr ;
  176.         nextimg ;
  177.         showcaret 358 127 ;
  178.         resumeaud ;
  179.     frame ;
  180.         arrow "a5" 423 174 4 ;
  181.         config __textfont 2 ;
  182.         text "tx5" 428 181 44 15 "~c01newest" ;
  183.     frame ;
  184.         arrow "a6" 423 125 4 ;
  185.         text "tx6" 430 132 44 15 "~c01oldest" ;
  186.     frame ;
  187.         arrow "a7" 399 234 4 ;
  188.     frame ;
  189.         pauseaud ;
  190.         status "Click the \"OK\" button." ;
  191.         imouse 1 477 134 62 24 ;
  192.         status ;
  193.         clrscr ;
  194.         hidecaret ;
  195.         nextimg ;
  196.         config __textmode opaque ;
  197.         config __textbkcolor medblue ;
  198.         config __textcolor white ;
  199.         text "tx9t" 124 164 14 20 "~f32T" ;
  200.         text "tx9d" 125 180 14 20 "~f32d" ;
  201.         text "tx9e" 125 196 14 20 "~f32e" ;
  202.         text "tx9s" 125 212 14 20 "~f32s" ;
  203.         text "tx9g" 125 228 14 20 "~f32g" ;
  204.         enablescreenmap ;
  205.         resumeaud ;
  206.     frame ;
  207.         pauseaud ;
  208.         status "Click the maximize button in the \"Read USENET\" window." ;
  209.         imouse 1 562 103 19 18 ;
  210.         status ;
  211.         clrscr ;
  212.         nextimg ;
  213.         text "tx9t" 66 121 14 20 "~f32T" ;
  214.         text "tx9d" 66 137 14 20 "~f32d" ;
  215.         text "tx9e" 66 153 14 20 "~f32e" ;
  216.         text "tx9s" 66 169 14 20 "~f32s" ;
  217.         text "tx9g" 66 185 14 20 "~f32g" ;
  218.         call "map3" ;
  219.         resumeaud ;
  220.     frame ;
  221.         arrow "a10" 14 226 1 ;
  222.     frame ;
  223.         remove "a10" ;
  224.         arrow "a11" 47 226 1 ;
  225.     frame ;
  226.         remove "a11" ;
  227.         arrow "a12" 128 226 1 ;
  228.     frame ;
  229.         remove "a12" ;
  230.         arrow "a13" 363 226 1 ;
  231.     frame ;
  232.         remove "a13" ;
  233.     frame ;
  234.         pauseaud ;
  235.         status "Double-click anywhere on Article 1186." ;
  236.         imouse 4 0 136 621 17 ;
  237.         status ;
  238.         clrscr ;
  239.         nextimg ;
  240.         text "tx9d" 66 137 14 20 "~f32d" ;
  241.         config __textcolor black ;
  242.         config __textbkcolor white ;
  243.         text "tx9t" 66 121 14 20 "~f32T" ;
  244.         text "tx9e" 66 153 14 20 "~f32e" ;
  245.         text "tx9s" 66 169 14 20 "~f32s" ;
  246.         text "tx9g" 66 185 14 20 "~f32g" ;
  247.         text "tx9d2" 43 258 14 20 "~f32d" ;
  248.         config __rectcolor white ;
  249.         rect "r15" 230 256 130 20 ;
  250.         resumeaud ;
  251.     frame ;
  252.         pauseaud ;
  253.         arrow "a16" 614 366 2 ;
  254.         status "Click the Scroll Bar to read the next page." ;
  255.         imouse 1 623 257 16 133 ;
  256.         nextimg ;
  257.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" ;
  258.         remove "tx9d2" "r15" ;
  259.         status "Click the Scroll Bar again." ;
  260.         imouse 1 623 257 16 133 ;
  261.         nextimg ;
  262.         status ;
  263.         remove "a16" ;
  264.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" ;
  265.         resumeaud ;
  266.     frame ;
  267.         box "bx17" 0 18 18 20 ;
  268.         arrow "a17" 22 26 4 ;
  269.     frame ;
  270.         pauseaud ;
  271.         status "Double-click the smaller Control-menu box." ;
  272.         imouse 4 0 18 18 20 ;
  273.         status ;
  274.         clrscr ;
  275.         endimg ;
  276.         endaud ;
  277.     chainseg "seg_03" ;
  278. endseg ;
  279.  
  280. segment "seg_03" 1 ;
  281.         menuitem "Joining a Newsgroup" ;
  282.         startimg "l4_seg3.pcf" 0 0 ;
  283.         call "map1" ;
  284.         startaud "net_4_3.wav" "net_4_3.vcw" 0 ;
  285.     frame ;
  286.         pauseaud ;
  287.         status "Click the \"Internet\" menu option." ;
  288.         imouse 1 129 19 63 18 ;
  289.         status ;
  290.         nextimg ;
  291.         disablescreenmap ;
  292.         resumeaud ;
  293.     frame ;
  294.         arrow "a2" 337 144 4 ;
  295.     frame ;
  296.         pauseaud ;
  297.         status "Click the \"Choose USENET Newsgroups\" command." ;
  298.         imouse 1 128 133 222 24 ;
  299.         status ;
  300.         clrscr ;
  301.         nextimg ;
  302.         resumeaud ;
  303.     frame ;
  304.         box "bx4" 55 303 249 121 ;
  305.     frame ;
  306.         remove "bx4" ;
  307.         box "bx5" 330 303 249 121 ;
  308.     frame ;
  309.         remove "bx5" ;
  310.     frame ;
  311.         arrow "a7" 82 185 2 ;
  312.     frame ;
  313.         pauseaud ;
  314.         status "Click the \"Arts and Entertainment\" category." ;
  315.         imouse 1 85 168 38 39 ;
  316.         status ;
  317.         clrscr ;
  318.         nextimg ;
  319.         resumeaud ;
  320.     frame ;
  321.         pauseaud ;
  322.         arrow "a9" 273 369 2 ;
  323.         status "Click the Scroll Bar." ;
  324.         imouse 1 277 361 16 43 ;
  325.         status ;
  326.         clrscr ;
  327.         nextimg ;
  328.         resumeaud ;
  329.     frame ;
  330.         pauseaud ;
  331.         arrow "a10" 204 348 4 ;
  332.         status "Double-click \"alt.books.isaac-asimov\"." ;
  333.         imouse 4 69 343 207 13 ;
  334.         status ;
  335.         clrscr ;
  336.         nextimg ;
  337.         resumeaud ;
  338.     frame ;
  339.         arrow "a11" 477 388 4 ;
  340.     frame ;
  341.         pauseaud ;
  342.         clrscr ;
  343.         status "Click the \"OK\" button." ;
  344.         imouse 1 525 81 64 23 ;
  345.         status ;
  346.         nextimg ;
  347.         enablescreenmap ;
  348.         resumeaud ;
  349.     frame ;
  350.         pauseaud ;
  351.         status "Click the \"Read Netnews Newsgroups\" button." ;
  352.         imouse 1 200 40 40 40 ;
  353.         status ;
  354.         clrscr ;
  355.         nextimg ;
  356.         disablescreenmap ;
  357.         resumeaud ;
  358.     frame ;
  359.         arrow "a14" 243 195 4 ;
  360.     frame ;
  361.         pauseaud ;
  362.         status "Double-click \"alt.books.isaac-asimov\"." ;
  363.         imouse 4 107 188 348 15 ;
  364.         status ;
  365.         clrscr ;
  366.         nextimg ;
  367.         showcaret 358 127 ;
  368.         resumeaud ;
  369.     frame ;
  370.         pauseaud ;
  371.         status "Click the \"OK\" button." ;
  372.         imouse 1 477 134 62 23 ;
  373.         status ;
  374.         nextimg ;
  375.         hidecaret ;
  376.         config __textmode opaque ;
  377.         config __textbkcolor medblue ;
  378.         config __textcolor white ;
  379.         text "tx9t" 124 164 14 20 "~f32x" ;
  380.         text "tx9d" 125 180 14 20 "~f32x" ;
  381.         text "tx9e" 125 196 14 20 "~f32x" ;
  382.         text "tx9s" 125 212 14 20 "~f32x" ;
  383.         text "tx9g" 125 228 14 20 "~f32x" ;
  384.         text "tx9x" 125 244 14 20 "~f32x" ;
  385.         enablescreenmap ;
  386.         resumeaud ;
  387.     frame ;
  388.         pauseaud ;
  389.         status "Click the maximize button in the \"Read USENET\" window." ;
  390.         imouse 1 562 103 19 18 ;
  391.         status ;
  392.         clrscr ;
  393.         nextimg ;
  394.         text "tx9t" 66 121 14 20 "~f32x" ;
  395.         text "tx9d" 66 137 14 20 "~f32x" ;
  396.         text "tx9e" 66 153 14 20 "~f32x" ;
  397.         text "tx9s" 66 169 14 20 "~f32x" ;
  398.         text "tx9g" 66 185 14 20 "~f32x" ;
  399.         text "tx9x" 66 201 14 20 "~f32x" ;
  400.         call "map3" ;
  401.         resumeaud ;
  402.     frame ;
  403.         arrow "a18" 219 218 1 ;
  404.     frame ;
  405.         textbox "tb19" 108 269 243 54 "\"Re:\" means that the article is a reply to a previously posted article." ;
  406.     frame ;
  407.         remove "a18" "tb19" ;
  408.     frame ;
  409.         pauseaud ;
  410.         arrow "a21" 619 161 2 ;
  411.         status "Click the Scroll Bar." ;
  412.         imouse 1 623 153 16 48 ;
  413.         status ;
  414.         remove "a21" ;
  415.         nextimg ;
  416.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" ;
  417.         resumeaud ;
  418.     frame ;
  419.         arrow "a22" 365 175 4 ;
  420.     frame ;
  421.         pauseaud ;
  422.         status "Double-click anywhere on Article 4657." ;
  423.         imouse 4 0 166 622 20 ;
  424.         status ;
  425.         remove "a22" ;
  426.         nextimg ;
  427.         clrscr ;
  428.         text "tx9s" 66 169 14 20 "~f32x" ;
  429.         config __textcolor black ;
  430.         config __textbkcolor white ;
  431.         text "tx9t" 66 121 14 20 "~f32x" ;
  432.         text "tx9d" 66 137 14 20 "~f32x" ;
  433.         text "tx9e" 66 153 14 20 "~f32x" ;
  434.         text "tx9g" 66 185 14 20 "~f32x" ;
  435.         text "tx9x" 66 201 14 20 "~f32x" ;
  436.         text "tx9x2" 43 258 14 20 "~f32x" ;
  437.         config __rectcolor white ;
  438.         rect "r23" 0 320 353 35 ;
  439.         rect "r23a" 235 257 152 19 ;
  440.         resumeaud ;
  441.     frame ;
  442.         pauseaud ;
  443.         arrow "a24" 616 267 2 ;
  444.         status "Click the Scroll Bar." ;
  445.         imouse 1 623 258 14 135 ;
  446.         status "Read over the page.  Then click the Scroll Bar again." ;
  447.         remove "a24" "r23" "r23a" "tx9x2" ;
  448.         nextimg ;
  449.         arrow "a24a" 616 305 2 ;
  450.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" ;
  451.         imouse 1 623 295 16 97 ;
  452.         status ;
  453.         nextimg ;
  454.         remove "a24a" ;
  455.         rect "r24" 0 273 413 18 ;
  456.         rect "r24a" 283 290 162 15 ;
  457.         text "tx24" 8 289 18 17 "x" ;
  458.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" ;
  459.         resumeaud ;
  460.     frame ;
  461.         clrscr ;
  462.         endimg ;
  463.         endaud ;
  464.     chainseg "seg_04" ;
  465. endseg ;
  466.  
  467. segment "seg_04" 1 ;
  468.         menuitem "Netiquette Rules" ;
  469.         startimg "blackbd.pcf" 0 0 ;
  470.         config __textcolor darkcyan ;
  471.         text "tx0" 283 81 186 22 "~f26Netiquette" ;
  472.         startaud "net_4_4.wav" "net_4_4.vcw" 0 ;
  473.     frame ;
  474.         startbullet 80 120 450 270 ;
  475.         config __bullettextcolor white ;
  476.         bullet "b1" 1 0 "UseNet users are encouraged to follow a set of proper behavior when posting articles." ;
  477.     frame ;
  478.         bullet "b2" 1 7 "These guidelines are referred to as \"Netiquette\"." ;
  479.     frame ;
  480.         bullet "b3" 1 11 "Netiquette is guided by common sense, the underlying principle being:" ;
  481.     frame ;
  482.         bullet "b4" 2 17 "Users of newsgroups do not want to wade through hundreds and hundreds of meaningless articles." ;
  483.     frame ;
  484.         bullet "b5" 1 24 "An article called \"Emily Postnews Answers Your Questions on Netiquette\" explains the rules of Netiquette." ;
  485.     frame ;
  486.         pauseaud ;
  487.         status "Click to continue..." ;
  488.         anykeymouse 17 ;
  489.         status ;
  490.         clrscr ;
  491.         text "tx0" 230 81 230 24 "~f26Summary of Netiquette Rules" ;
  492.         resumeaud ;
  493.     frame ;
  494.         startbullet 80 120 450 270 ;
  495.         bullet "b6" 1 0 "No insulting, degrading, or racist remarks." ;
  496.     frame ;
  497.         bullet "b7" 1 4 "Keep articles clear and short, and avoid personal messages." ;
  498.     frame ;
  499.         bullet "b8" 1 8 "Don't ask commonly-asked questions, or questions that are not related to the newsgroup." ;
  500.     frame ;
  501.         bullet "b9" 1 15 "Don't use the newsgroup to advertise, or to promote things like pyramid schemes and chain letters." ;
  502.     frame ;
  503.         bullet "b10" 1 22 "Netiquette violations may result in:" ;
  504.         bullet "b10a" 2 25 "Net privileges taken away" ;
  505.         bullet "b10c" 2 28 "Flaming:  article and person submitting article are denounced net-wide." ;
  506.         config __bitmapontrans 1 ;
  507.         config __bitmapontcolor green ;
  508.         bitmap "bit10" "internet.dll" "FLAME" 281 303 ;
  509.         touch "b10c" ;
  510.     frame ;
  511.         pauseaud ;
  512.         status "Click to continue..." ;
  513.         anykeymouse 17 ;
  514.         status ;
  515.         clrscr ;
  516.         endimg ;
  517.         startimg "l4_seg4.pcf" 0 0 ;
  518.         config __rectcolor white ;
  519.         rect "r24" 0 273 413 18 ;
  520.         rect "r24a" 283 290 162 15 ;
  521.         config __textmode opaque ;
  522.         config __textcolor white ;
  523.         config __textbkcolor medblue ;
  524.         text "tx9s" 66 169 14 20 "~f32x" ;
  525.         config __textcolor black ;
  526.         config __textbkcolor white ;
  527.         text "tx9t" 66 121 14 20 "~f32x" ;
  528.         text "tx9d" 66 137 14 20 "~f32x" ;
  529.         text "tx9e" 66 153 14 20 "~f32x" ;
  530.         text "tx9g" 66 185 14 20 "~f32x" ;
  531.         text "tx9x" 66 201 14 20 "~f32x" ;
  532.         text "tx24" 8 289 18 17 "x" ;
  533.         call "map1" ;
  534.         call "map3" ;
  535.         resumeaud ;
  536.     frame ;
  537.         menuitem "Replying to Newsgroup Articles" ;
  538.         arrow "a12" 68 123 1 ;
  539.     frame ;
  540.         pauseaud ;
  541.         status "Click the \"Reply to current article\" button." ;
  542.         imouse 1 46 79 37 37 ;
  543.         status ;
  544.         remove "a12" "r24" "r24a" ;
  545.         nextimg ;
  546.         rect "r13" 2 273 144 18 ;
  547.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" "tx24" ;
  548.         resumeaud ;
  549.     frame ;
  550.         pauseaud ;
  551.         status "Click the \"No\" button." ;
  552.         imouse 1 327 264 57 28 ;
  553.         status ;
  554.         clrscr ;
  555.         nextimg ;
  556.         rect "r14" 263 89 122 15 ;
  557.         text "tx14" 92 89 9 19 "~f32x" ;
  558.         showcaret 65 113 ;
  559.         call "map1" ;
  560.         resumeaud ;
  561.     frame ;
  562.         textbox "tb15" 169 176 248 56 "This window is used to ~c01send email, ~c00not to post an article." ;
  563.     frame ;
  564.         textbox "tb16" 169 250 248 56 "Only the author of the article will receive the reply." ;
  565.     frame ;
  566.         pauseaud ;
  567.         status "Click the \"Cancel\" button." ;
  568.         imouse 1 572 114 55 23 ;
  569.         status ;
  570.         remove "tb15" "tb16" ;
  571.         nextimg ;
  572.         touch "tx14" ;
  573.         resumeaud ;
  574.     frame ;
  575.         pauseaud ;
  576.         status "Click the \"Yes\" button." ;
  577.         imouse 1 258 260 56 24 ;
  578.         status ;
  579.         clrscr ;
  580.         hidecaret ;
  581.         nextimg ;
  582.         rect "r24" 0 273 413 18 ;
  583.         rect "r24a" 283 290 162 15 ;
  584.         text "tx9t" 66 121 14 20 "~f32x" ;
  585.         text "tx9d" 66 137 14 20 "~f32x" ;
  586.         text "tx9e" 66 153 14 20 "~f32x" ;
  587.         text "tx9g" 66 185 14 20 "~f32x" ;
  588.         text "tx9x" 66 201 14 20 "~f32x" ;
  589.         text "tx24" 8 289 18 17 "x" ;
  590.         config __textcolor white ;
  591.         config __textbkcolor medblue ;
  592.         text "tx9s" 66 169 14 20 "~f32x" ;
  593.         call "map3" ;
  594.         resumeaud ;
  595.     frame ;
  596.         arrow "a19" 25 120 1 ;
  597.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" "tx24" ;
  598.     frame ;
  599.         pauseaud ;
  600.         status "Click the \"Post a followup...\" button." ;
  601.         imouse 1 8 79 37 37 ;
  602.         status ;
  603.         clrscr ;
  604.         nextimg ;
  605.         rect "r20" 15 314 406 12 ;
  606.         rect "r20a" 291 329 167 18 ;
  607.         config __textcolor black ;
  608.         config __textbkcolor white ;
  609.         text "tx24" 17 327 18 17 "x" ;
  610.         config __caretwidth 2 ;
  611.         showcaret 6 379 ;
  612.         call "map1" ;
  613.         resumeaud ;
  614.     frame ;
  615.         pauseaud ;
  616.         status "Please wait..." ;
  617.         config __textmode transparent ;
  618.         config __textfont 20 ;
  619.         sleep 1 ;
  620.         tipe "tp21" 6 379 420 19 "Hey let's take a vote -- everyone who thinks it's a flop, send me a dollar! " ;
  621.         status ;
  622.         resumeaud ;
  623.     frame ;
  624.         pauseaud ;
  625.         status "Click the \"Cancel\" button." ;
  626.         imouse 1 571 114 55 22 ;
  627.         nextimg ;
  628.         touch "tx24" ;
  629.         status "Click the \"Yes\" button." ;
  630.         imouse 1 255 259 57 26 ;
  631.         status ;
  632.         clrscr ;
  633.         nextimg ;
  634.         hidecaret ;
  635.         rect "r24" 0 273 413 18 ;
  636.         rect "r24a" 283 290 162 15 ;
  637.         config __textmode opaque ;
  638.         text "tx9t" 66 121 14 20 "~f32x" ;
  639.         text "tx9d" 66 137 14 20 "~f32x" ;
  640.         text "tx9e" 66 153 14 20 "~f32x" ;
  641.         text "tx9g" 66 185 14 20 "~f32x" ;
  642.         text "tx9x" 66 201 14 20 "~f32x" ;
  643.         text "tx24" 8 289 18 17 "x" ;
  644.         config __textcolor white ;
  645.         config __textbkcolor medblue ;
  646.         text "tx9s" 66 169 14 20 "~f32x" ;
  647.         call "map3" ;
  648.         resumeaud ;
  649.     frame ;
  650.         pauseaud ;
  651.         box "bx17" 0 18 18 20 ;
  652.         arrow "a17" 22 26 4 ;
  653.         status "Double-click the smaller Control-menu box." ;
  654.         imouse 4 0 18 18 20 ;
  655.         status ;
  656.         clrscr ;
  657.         endimg ;
  658.         endaud ;
  659.     chainseg "seg_05" ;
  660. endseg ;
  661.  
  662. segment "seg_05" 1 ;
  663.         menuitem "Exploring other Newsgroups" ;
  664.         startimg "l4_seg5.pcf" 0 0 ;
  665.         call "map1" ;
  666.         startaud "net_4_5.wav" "net_4_5.vcw" 0 ;
  667.     frame ;
  668.         textbox "tb1" 166 104 308 54 "A good way to find newsgroups is to get a ~c01list ~c00of all the active newsgroups on the Internet." ;
  669.     frame ;
  670.         textbox "tb2" 166 180 308 54 "Newsgroup lists are posted as articles in the newsgroup ~c01news.lists." ;
  671.     frame ;
  672.         textbox "tb3" 155 256 330 70 "For example: ~n~c01List of Active Newsgroups, Parts 1 and 2 ~nAlternative Newsgroup Hierarchies, Parts 1 and 2" ;
  673.     frame ;
  674.     frame ;
  675.         pauseaud ;
  676.         status "Click to continue..." ;
  677.         anykeymouse 17 ;
  678.         status ;
  679.         clrscr ;
  680.         config __bitmapontrans 1 ;
  681.         config __bitmapontcolor green ;
  682.         bitmap "bit25" "internet.dll" "WIZ" 470 240 ;
  683.         resumeaud ;
  684.     frame ;
  685.         clrscr ;
  686.         config __bitmapontrans 0 ;
  687.         bitmap "bit6" "internet.dll" "NEWSLIST" 5 5 ;
  688.         disablescreenmap ;
  689.     frame ;
  690.         pauseaud ;
  691.         status "Click to continue..." ;
  692.         anykeymouse 17 ;
  693.         status ;
  694.         clrscr ;
  695.         enablescreenmap ;
  696.         resumeaud ;
  697.     frame ;
  698.         pauseaud ;
  699.         status "Click the \"Read Netnews Newsgroups\" button." ;
  700.         imouse 1 200 40 40 40 ;
  701.         status ;
  702.         clrscr ;
  703.         nextimg ;
  704.         disablescreenmap ;
  705.         resumeaud ;
  706.     frame ;
  707.         arrow "a9" 276 113 4 ;
  708.     frame ;
  709.         pauseaud ;
  710.         status "Double-click anywhere inside the selection box." ;
  711.         imouse 4 109 104 344 21 ;
  712.         clrscr ;
  713.         nextimg ;
  714.         showcaret 271 106 ;
  715.         status "Type \"misc.invest.stocks\"." ;
  716.         istring 2 "m" ;
  717.         nextimg ;
  718.         showcaret 120 106 ;
  719.         config __ikeyfont 32 ;
  720.         istring 3 "is11" 120 105 203 17 "isc.invest.stocks" ;
  721.         status ;
  722.         resumeaud ;
  723.     frame ;
  724.         pauseaud ;
  725.         status "Click the \"OK\" button." ;
  726.         imouse 1 472 113 62 22 ;
  727.         status ;
  728.         clrscr ;
  729.         nextimg ;
  730.         showcaret 358 127 ;
  731.         resumeaud ;
  732.     frame ;
  733.         pauseaud ;
  734.         arrow "a12" 398 133 4 ;
  735.         status "Double-click inside the \"First Article...\" box." ;
  736.         imouse 4 358 127 59 15 ;
  737.         clrscr ;
  738.         nextimg ;
  739.         showcaret 394 127 ;
  740.         status "Type \"32170\"." ;
  741.         istring 0 "3" ;
  742.         nextimg ;
  743.         showcaret 366 127 ;
  744.         istring 0 "2" ;
  745.         nextimg ;
  746.         showcaret 374 127 ;
  747.         istring 0 "1" ;
  748.         nextimg ;
  749.         showcaret 380 127 ;
  750.         istring 0 "7" ;
  751.         nextimg ;
  752.         showcaret 388 127 ;
  753.         istring 0 "0" ;
  754.         nextimg ;
  755.         showcaret 396 127 ;
  756.         status ;
  757.         resumeaud ;
  758.     frame ;
  759.         pauseaud ;
  760.         status "Click the \"OK\" button." ;
  761.         imouse 1 476 134 63 23 ;
  762.         status ;
  763.         nextimg ;
  764.         hidecaret ;
  765.         config __textmode opaque ;
  766.         config __textbkcolor medblue ;
  767.         config __textcolor white ;
  768.         text "tx9t" 132 164 14 20 "~f32xx" ;
  769.         text "tx9d" 132 180 14 20 "~f32xx" ;
  770.         text "tx9e" 132 196 14 20 "~f32xx" ;
  771.         text "tx9s" 132 212 14 20 "~f32xx" ;
  772.         text "tx9g" 132 228 14 20 "~f32xx" ;
  773.         text "tx9x" 132 244 14 20 "~f32xx" ;
  774.         enablescreenmap ;
  775.         resumeaud ;
  776.     frame ;
  777.         pauseaud ;
  778.         status "Click the maximize button in the \"Read USENET\" window." ;
  779.         imouse 1 562 103 19 18 ;
  780.         status ;
  781.         clrscr ;
  782.         nextimg ;
  783.         text "tx9t" 73 121 14 20 "~f32xx" ;
  784.         text "tx9d" 73 137 14 20 "~f32xx" ;
  785.         text "tx9e" 73 153 14 20 "~f32xx" ;
  786.         text "tx9s" 73 169 14 20 "~f32xx" ;
  787.         text "tx9g" 73 185 14 20 "~f32xx" ;
  788.         text "tx9x" 73 201 14 20 "~f32xx" ;
  789.         call "map3" ;
  790.         resumeaud ;
  791.     frame ;
  792.         pauseaud ;
  793.         status "Double-click anywhere on Article 32172." ;
  794.         imouse 4 0 150 623 21 ;
  795.         clrscr ;
  796.         nextimg ;
  797.         text "tx9e" 73 153 14 20 "~f32xx" ;
  798.         config __textcolor black ;
  799.         config __textbkcolor white ;
  800.         text "tx9t" 73 121 14 20 "~f32xx" ;
  801.         text "tx9d" 73 137 14 20 "~f32xx" ;
  802.         text "tx9s" 73 169 14 20 "~f32xx" ;
  803.         text "tx9g" 73 185 14 20 "~f32xx" ;
  804.         text "tx9x" 73 201 14 20 "~f32xx" ;
  805.         text "tx9x2" 43 258 29 21 "~f32XX" ;
  806.         config __rectcolor white ;
  807.         rect "r15" 215 256 118 19 ;
  808.         status "Read over the article.  Then click to continue." ;
  809.         anykeymouse 17 ;
  810.         status ;
  811.         resumeaud ;
  812.     frame ;
  813.         arrow "a16" 278 97 4 ;
  814.     frame ;
  815.         remove "a16" ;
  816.         arrow "a17" 462 111 1 ;
  817.     frame ;
  818.         pauseaud ;
  819.         status "Click the drop-down arrow button." ;
  820.         imouse 1 455 88 16 18 ;
  821.         status ;
  822.         remove "a17" ;
  823.         nextimg ;
  824.         showcaret 275 90 ;
  825.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" "tx9x2" ;
  826.         resumeaud ;
  827.     frame ;
  828.         pauseaud ;
  829.         status "Click the drop-down arrow button again." ;
  830.         imouse 1 455 88 16 18 ;
  831.         status ;
  832.         nextimg ;
  833.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" "tx9x2" ;
  834.         resumeaud ;
  835.     frame ;
  836.         pauseaud ;
  837.         status "Type \"rec.food.veg\"." ;
  838.         istring 0 "r" ;
  839.         nextimg ;
  840.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" "tx9x2" ;
  841.         showcaret 180 90 ;
  842.         config __textmode transparent ;
  843.         istring 3 "is20" 176 89 138 20 "ec.food.veg" ;
  844.         status "Press <Enter>." ;
  845.         ikey return ;
  846.         status ;
  847.         clrscr ;
  848.         nextimg ;
  849.         showcaret 358 127 ;
  850.         disablescreenmap ;
  851.         resumeaud ;
  852.     frame ;
  853.         pauseaud ;
  854.         status "Click the \"OK\" button." ;
  855.         imouse 1 476 134 63 23 ;
  856.         status ;
  857.         nextimg ;
  858.         hidecaret ;
  859.         config __textmode opaque ;
  860.         config __textbkcolor medblue ;
  861.         config __textcolor white ;
  862.         text "tx9t" 73 121 14 20 "~f32xx" ;
  863.         text "tx9d" 73 137 14 20 "~f32xx" ;
  864.         text "tx9e" 73 153 14 20 "~f32xx" ;
  865.         text "tx9s" 73 169 14 20 "~f32xx" ;
  866.         text "tx9g" 73 185 14 20 "~f32xx" ;
  867.         text "tx9x" 73 201 14 20 "~f32xx" ;
  868.         enablescreenmap ;
  869.         resumeaud ;
  870.     frame ;
  871.         pauseaud ;
  872.         status "Double-click anywhere on Article 57590." ;
  873.         imouse 4 0 120 622 16 ;
  874.         clrscr ;
  875.         nextimg ;
  876.         text "tx9t" 73 121 14 20 "~f32xx" ;
  877.         config __textcolor black ;
  878.         config __textbkcolor white ;
  879.         text "tx9d" 73 137 14 20 "~f32xx" ;
  880.         text "tx9e" 73 153 14 20 "~f32xx" ;
  881.         text "tx9s" 73 169 14 20 "~f32xx" ;
  882.         text "tx9g" 73 185 14 20 "~f32xx" ;
  883.         text "tx9x" 73 201 14 20 "~f32xx" ;
  884.         text "tx9x2" 43 258 29 21 "~f32XX" ;
  885.         text "tx22" 125 323 39 21 "~f32XXXX" ;
  886.         text "tx22a" 0 338 50 16 "~f32XXXX" ;
  887.         rect "r22" 166 258 104 17 ;
  888.         arrow "a22" 618 268 2 ;
  889.         status "Read over the article.  Then click the Scroll Bar." ;
  890.         imouse 1 623 257 16 135 ;
  891.         remove "tx22" "tx22a" "r22" "a22" "tx9x2" ;
  892.         text "tx22" 33 354 55 20 "~f32XXXX" ;
  893.         text "tx22a" 112 354 55 20 "~f32XXXX" ;
  894.         touch "tx9d" "tx9t" "tx9e" "tx9s" "tx9g" "tx9x" ;
  895.         nextimg ;
  896.         status "Read over the article.  Then click to continue." ;
  897.         anykeymouse 17 ;
  898.         status ;
  899.         resumeaud ;
  900.     frame ;
  901.         pauseaud ;
  902.         box "bx17" 0 18 18 20 ;
  903.         arrow "a17" 22 26 4 ;
  904.         status "Double-click the smaller Control-menu box." ;
  905.         imouse 4 0 18 18 20 ;
  906.         status ;
  907.         clrscr ;
  908.         nextimg ;
  909.         call "map1" ;
  910.         resumeaud ;
  911.     frame ;
  912.         clrscr ;
  913.         endimg ;
  914.         endaud ;
  915.     chainseg "review" ;
  916. endseg ;
  917.  
  918. segment "review" 1 ;
  919.         menuitem "Lesson Review" ;
  920.         startimg "tr.pcf" 0 0 ;
  921.         config __textcolor darkcyan ;
  922.         text "tx0a" 222 39 390 23 "~f05Lesson 4:  Working with UseNet Newsgroups" ;
  923.         config __textcolor darkred ;
  924.         text "tx0" 337 69 120 33 "~f27Review" ;
  925.         config __textcolor medblue ;
  926.         text "tx1" 244 139 279 33 "~f26In this lesson you learned:" ;
  927.         startbullet 219 180 379 200 ;
  928.         bullet "b1" 1 0 "What UseNet Newsgroups are" ;
  929.         bullet "b3" 1 6 "How to read articles posted to a Newsgroup" ;
  930.         bullet "b2" 1 12 "How to join a Newsgroup" ;
  931.         bullet "b4" 1 18 "About the rules of Netiquette" ;
  932.         bullet "b5" 1 24 "How to reply to a Newsgroup article" ;
  933.         bullet "b6" 1 30 "About exploring other Newsgroups" ;
  934.         startaud "net_rev.wav" "net_rev.vcw" 0 ;
  935.     frame ;
  936.         pauseaud ;
  937.         status "Click to begin the Review." ;
  938.         anykeymouse 17 ;
  939.         clrscr ;
  940.         endimg ;
  941.         startimg "blackbd.pcf" 0 0 ;
  942.         config __textcolor darkcyan ;
  943.         text "tx0" 259 74 186 22 "~f26Newsgroup Names" ;
  944.         config __bullettextcolor white ;
  945.         startbullet 80 100 484 270 ;
  946.         bullet "b8" 1 0 "Newsgroup names follow a naming convention:" ;
  947.         config __textcolor white ;
  948.         text "tx4" 247 131 165 26 "~f06rec.autos.antique" ;
  949.         config __boxcolor green ;
  950.         box "bx6" 244 133 35 21 ;
  951.         config __arrowtoken 2 ;
  952.         config __arrowcolor green ;
  953.         arrow "a6" 238 142 2 ;
  954.         config __textfont 3 ;
  955.         config __textcolor green ;
  956.         text "tx6" 106 129 110 41 "Identifies a general category" ;
  957.         touch "tx4" "b8" ;
  958.         text "tx7" 106 172 173 120 "biz = business ~ncomp = computers ~nnews = general news ~nrec = recreational ~nsci = scientific ~nsoc = social ~ntalk = debate oriented ~nmisc = other groups" ;
  959.         config __textcolor darkyellow ;
  960.         text "tx8" 106 285 140 18 "alt = alternative" ;
  961.         config __boxcolor darkcyan ;
  962.         box "bx9" 282 133 52 21 ;
  963.         config __arrowcolor darkcyan ;
  964.         arrow "a9" 307 157 1 ;
  965.         config __textcolor darkcyan ;
  966.         text "tx9" 260 178 89 66 "Identifies a primary subject area" ;
  967.         touch "tx4" ;
  968.         config __boxcolor darkred ;
  969.         box "bx10" 338 133 71 21 ;
  970.         config __arrowcolor darkred ;
  971.         arrow "a10" 372 157 1 ;
  972.         config __textcolor darkred ;
  973.         text "tx10" 350 178 95 59 "Identifies a secondary subject area" ;
  974.         touch "tx4" ;
  975.         bullet "b11" 1 36 "Newsgroup names can have many levels, such as \"comp.os.mswindows.apps.wordproc\"" ;
  976.         status "Click to continue..." ;
  977.         anykeymouse 17 ;
  978.         clrscr ;
  979.         endimg ;
  980.         startimg "l4_reva.pcf" 0 0 ;
  981.         textbox "tb2" 153 246 334 109 "To access a newsgroup's articles, you need to: ~n~n~c011.  ~c00Click the \"Read Netnews Newsgroup\" button. ~n~c012.  ~c00Select the newsgroup you want. ~n~c013.  ~c00Select how many articles you want to view." ;
  982.         anykeymouse 17 ;
  983.         clrscr ;
  984.         nextimg ;
  985.         call "map1" ;
  986.         call "map3" ;
  987.         textbox "tb3" 177 241 287 59 "You can read an article from a newsgroup by simply double-clicking its header." ;
  988.         anykeymouse 17 ;
  989.         clrscr ;
  990.         nextimg ;
  991.         disablescreenmap ;
  992.         config __arrowtoken 0 ;
  993.         arrow "a4" 339 144 4 ;
  994.         textbox "tb4" 396 108 227 71 "When you ~c01join ~c00or ~c01subscribe ~c00to a Newsgroup, you are simply adding it to your Newsgroup list." ;
  995.         anykeymouse 17 ;
  996.         clrscr ;
  997.         nextimg ;
  998.         textbox "tb5" 363 231 252 71 "You can add a newsgroup to your list by selecting a category and then selecting a newsgroup from the list." ;
  999.         arrow "a5" 477 387 4 ;
  1000.         arrow "a5a" 65 349 2 ;
  1001.         arrow "a5b" 79 184 2 ;
  1002.         anykeymouse 17 ;
  1003.         clrscr ;
  1004.         endimg ;
  1005.         startimg "blackbd.pcf" 0 0 ;
  1006.         text "tx0" 230 81 230 24 "~f26Summary of Netiquette Rules" ;
  1007.         startbullet 80 120 450 270 ;
  1008.         bullet "b6" 1 0 "No insulting, degrading, or racist remarks." ;
  1009.         bullet "b7" 1 4 "Keep articles clear and short, and avoid personal messages." ;
  1010.         bullet "b8" 1 8 "Don't ask commonly-asked questions, or questions that are not related to the newsgroup." ;
  1011.         bullet "b9" 1 15 "Don't use the newsgroup to advertise, or to promote things like pyramid schemes and chain letters." ;
  1012.         bullet "b10" 1 22 "Netiquette violations may result in:" ;
  1013.         bullet "b10a" 2 25 "Net privileges taken away" ;
  1014.         bullet "b10c" 2 28 "Flaming - article and person submitting article are denounced net-wide." ;
  1015.         config __bitmapontrans 1 ;
  1016.         config __bitmapontcolor green ;
  1017.         bitmap "bit10" "internet.dll" "FLAME" 281 303 ;
  1018.         touch "b10c" ;
  1019.         anykeymouse 17 ;
  1020.         clrscr ;
  1021.         endimg ;
  1022.         startimg "l4_revb.pcf" 0 0 ;
  1023.         call "map1" ;
  1024.         call "map3" ;
  1025.         textbox "tb7" 100 281 440 94 "After you read an article, you can reply to it by either: ~n~n~c01*  ~c00Sending an email message to just the author of the article. ~n~c01*  ~c00Posting a followup message that is sent to the entire newsgroup." ;
  1026.         arrow "a7" 64 124 1 ;
  1027.         arrow "a7a" 26 124 1 ;
  1028.         anykeymouse 17 ;
  1029.         nextimg ;
  1030.         call "map1" ;
  1031.         textbox "tb1" 166 104 308 54 "A good way to find newsgroups is to get a ~c01list ~c00of all the active newsgroups on the Internet." ;
  1032.         textbox "tb2" 166 180 308 54 "Newsgroup lists are posted as articles in the newsgroup ~c01news.list." ;
  1033.         textbox "tb3" 155 256 330 70 "For example: ~n~c01List of Active Newsgroups, Parts 1 and 2 ~nAlternative Newsgroup Hierarchies, Parts 1 and 2" ;
  1034.         anykeymouse 17 ;
  1035.         clrscr ;
  1036.         nextimg ;
  1037.         showcaret 210 106 ;
  1038.         disablescreenmap ;
  1039.         textbox "tb7" 164 295 313 70 "After finding the name of a newsgroup, you can access it by typing in its name.  It doesn't have to appear in your reading list." ;
  1040.         anykeymouse 17 ;
  1041.         status ;
  1042.         clrscr ;
  1043.         hidecaret ;
  1044.         endimg ;
  1045.         endaud ;
  1046.     chainseg "seg_end" ;
  1047. endseg ;
  1048.  
  1049. segment "seg_end" 1 ;
  1050.         menuitem "Lesson Conclusion" ;
  1051.         startimg "tr.pcf" 0 0 ;
  1052.         config __textcolor darkcyan ;
  1053.         text "tx0a" 222 39 390 23 "~f05Lesson 4:  Working with UseNet Newsgroups" ;
  1054.         config __textcolor darkred ;
  1055.         text "tx0" 340 65 150 31 "~f27Conclusion" ;
  1056.         startbullet 219 120 365 167 ;
  1057.         bullet "b0" 1 0 "If you are unsure about any of the material covered, you should take some or all of the lesson again." ;
  1058.         bullet "b1" 1 11 "In Lesson 5 you'll learn how to find and retrieve information from the Internet." ;
  1059.         config __bitmaponfx 15 ;
  1060.         config __bitmapongrain 1000 ;
  1061.         config __bitmaponsubgrain 1000 ;
  1062.         config __bitmapondelay 1 ;
  1063.         config __bitmapontrans 1 ;
  1064.         config __bitmapontcolor green ;
  1065.         bitmap "bit0" "internet.dll" "WIZ" 321 245 ;
  1066.         startavi "l4e.avi" "jnk1.vcw" 15 78 ;
  1067.         status "Click to return to the Course Menu" ;
  1068.         anykeymouse 17 ;
  1069.         clrscr ;
  1070.         endimg ;
  1071. endseg ;
  1072.  
  1073.